hrmcountry
返回目录
数据库表名 hrsa_bill_batch 中文名称 福利核算主表
所属模块 薪酬管理 主键 id
说明 福利核算主表
序号 数据库列名 中文名称 数据类型 长度 是否允许空值 是否为外键 是否自增长 默认值 说明
1 accountant 核算人 string 200 false false
2 bill_month 账单月份 string 30 false false
3 bill_status 账单状态 0-未归档 1-已归档 byte 0 false false
4 create_time 创建时间 Date 0 false false
5 creator 创建人 long 0 false false
6 delete_type 是否已删除。0:未删除、1:已删除 int 10 false false
7 fund_num 公积金核算人数 int 10 true false
8 fund_pay 公积金缴费 string 4000 true false
9 id long 0 false true
10 other_num 其他福利核算人数 int 10 true false
11 other_pay 其他福利缴费 string 4000 true false
12 payment_organization 个税扣缴义务人id long 0 true false
13 remarks 备注 string 60 true false
14 social_num 社保核算人数 int 10 true false
15 social_pay 社保缴费 string 4000 true false
16 tenant_key 租户ID string 10 false false
17 update_time 更新时间 Date 0 false false